com.supermap.ar.areffect

Class Location

  • java.lang.Object
    • com.supermap.ar.areffect.Location


  • public class Location
    extends java.lang.Object
    Geographical position (WGS)
    • Constructor Detail

      • Location

        public Location(double longitude,
                        double latitude,
                        double height)
        The constructor.
        Parameters:
        longitude -
        latitude -
        height -
      • Location

        public Location()
        The constructor
      • Location

        public Location(Location source)
        The constructor
        Parameters:
        source - Location
    • Method Detail

      • getLongitude

        public double getLongitude()
        Gets longitude
        Returns:
      • setLongitude

        public void setLongitude(double longitude)
        Sets longitude
        Parameters:
        longitude -
      • getLatitude

        public double getLatitude()
        Gets the latitude
        Returns:
      • setLatitude

        public void setLatitude(double latitude)
        Sets latitude
        Parameters:
        latitude -
      • getHeight

        public double getHeight()
        Gets the width
        Returns:
      • setHeight

        public void setHeight(double height)
        Sets the height
        Parameters:
        height -
      • setLocation

        public void setLocation(Location source)
        set Location
        Parameters:
        source -